From: Colin Walters Date: Thu, 22 May 2025 12:32:17 +0000 (+0000) Subject: rust: Release new minor version X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2~4^2~27^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e059f2af891863ed121f51a5a7938d5c4d04640;p=ostree.git rust: Release new minor version Signed-off-by: Colin Walters --- diff --git a/Cargo.toml b/Cargo.toml index f3037755..d47b1c59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" rust-version = "1.77.0" -version = "0.20.0" +version = "0.20.1" include = [ "/COPYING", diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml index de4815a9..5df6b3d6 100644 --- a/rust-bindings/sys/Cargo.toml +++ b/rust-bindings/sys/Cargo.toml @@ -86,7 +86,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.15.0" +version = "0.15.1" edition = "2021" [package.metadata.docs.rs]